home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-11-24 | 2.1 KB | 82 lines |
- ;; Copyright (c) 1997, Qualcomm, Inc.
- ;; All Rights Reserved.
-
- ;; Single month planner
-
- [id]
- type=style month
- name=Month Planner (no events)
- view=month nodata
- orientation=landscape
- optional=shortweekday check "Use abbreviated weekday names" monc color "Month/year color:" todayc color "Today's color:" otherc color "Other day's color:" othermonc color "Other month's color:"
-
- ; **************************************************************************
- [thumbnail]
- pen1=1 ?@iscolor #monc black
- box1=
- font=1:1
- text={0 1:1 0 23:200} (@currentmonth " " @year)
- box2 = {0 1:1 24:200 1:1}
- grid={0 1000 24:200 1000} 7 #weeksinmonth
-
- ; **************************************************************************
- [start]
- return=@height
- font=1:1
- layer1={0 1000 990 1000} copyright "common.ini"
- layer2={0 1000 0 990} ? @header teststartit testfooterstartit
-
- [testfooterstartit]
- layer=? @footer footerstartit noheaderstartit
-
- [footerstartit]
- text={0 1000 19:20 20:20} #footercolor @footer
- layer={0 1000 0 19:20} noheaderstartit
-
- [teststartit]
- layer=? @footer headerfooterstartit headerstartit
-
- [headerfooterstartit]
- text1={0 1000 0 1:20} #headercolor @header
- text2={0 1000 19:20 20:20} #footercolor @footer
- layer={0 1000 1:20 19:20} noheaderstartit
-
- [headerstartit]
- text={0 1000 0 1:20} #headercolor @header
- layer={0 1000 1:20 20:20} noheaderstartit
-
- [noheaderstartit]
- pen1=1 ?@iscolor #monc black
- box=
- layer1 = {0 1:1 0 23:200} title
- layer2 = {0 1:1 24:200 1:1} mon
-
- [title]
- text=(@currentmonth " " @currentyear)
-
- [mon]
- box=
- layer={0 1:1 4:179 1:1} gridmon2
- grid={0 1:1 0 4:179} 7 1 weekdays @setweekview
-
- [gridmon2]
- grid=7 6 mon2
- pen=1 ?@iscolor #othermonc black
- box1={3:7 5:7 5:6 6:6}
- layer1={3:7 5:7 5:6 6:6} thumbnail "common.ini" @previousmonth
- box2={5:7 7:7 5:6 6:6}
- layer2={5:7 7:7 5:6 6:6} thumbnail "common.ini" @nextmonth @nextmonth
-
- [weekdays]
- box=1 ?@iscolor #monc lightgray
- pen=1 ?@iscolor white black
- text=? @shortweekday @weekday3 @weekday
-
- [mon2]
- message=(@month3 " " @day)
- layer1= = @currentmonth @month day
-
- [day]
- font=1:5
- text=right bottom ? @istoday #todayc #otherc @day
-